From e741f605c4e6bcb18ee07f9e877cf8c88360ccd3 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 9 Jan 2006 20:34:29 +0000 Subject: [PATCH] Turn on MALLOC_CHECK. --- testo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testo b/testo index 07c8f59c8..8206d0ae6 100755 --- a/testo +++ b/testo @@ -1,6 +1,10 @@ GPSBABEL_FREEZE_TIME=y export GPSBABEL_FREEZE_TIME +# Turn on GNU libc instrumentation. +MALLOC_CHECK_=2 +export MALLOC_CHECK_ + PNAME=${PNAME:-./gpsbabel} DIFF=${DIFF:-diff} OD=${OD:-od -Ax -txC -v} -- 2.30.2